From e4b0bedb5da263d5d6c9050bb1c2416e1d1a62f5 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 30 Mar 2017 10:45:00 +0200 Subject: [PATCH] gtk_widget_intersect: fix annotations https://bugzilla.gnome.org/show_bug.cgi?id=773228 --- gtk/gtkwidget.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 4b00503ddb..33547f1a23 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -7062,7 +7062,8 @@ gtk_widget_activate (GtkWidget *widget) * gtk_widget_intersect: * @widget: a #GtkWidget * @area: a rectangle - * @intersection: (nullable): rectangle to store intersection of @widget and @area + * @intersection: (out caller-allocates) (optional): rectangle to store + * intersection of @widget and @area * * Computes the intersection of a @widget’s area and @area, storing * the intersection in @intersection, and returns %TRUE if there was -- 2.30.2